CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - canny opencv

搜索资源列表

  1. smooth

    0下载:
  2. 文件主要融合了opencv的一些基本算法,如:平滑处理、图像分割、canny边缘检测以及ROI区域提取-The paper mainly combines some of the basic opencv algorithm, such as: smooth processing, image segmentation, Canny edge detection and ROI region extraction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-30
    • 文件大小:12425065
    • 提供者:顾其洋
  1. cannyho

    0下载:
  2. openCV+MFC(VS2008)canny边缘检测,能用滑动条调节参数-openCV+MFC (VS2008) canny edge detection, use the slider to adjust parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9688152
    • 提供者:wlz
  1. lena

    0下载:
  2. canny边缘提取算子,有用C++和opencv-canny edge detection operator useful C++ and opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-13
    • 文件大小:20680850
    • 提供者:someone
  1. OpenCVCanny

    0下载:
  2. OpenCV中的Canny边缘检测算法程序-OpenCV Canny edge detection algorithm in application
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:824
    • 提供者:安宝
  1. reunex

    0下载:
  2. 边缘检测程序,canny,sobel等结合opencv-Edge detection procedures, canny, sobel and other binding opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5240255
    • 提供者:gaocheng
  1. lesson12

    0下载:
  2. 利用VS2013+opencv做的利用轨迹条和控制台命令实现对canny边缘检测算子的调整和调试-Use VS2013+opencv track bar and make use of the console command to achieve the canny edge detection operator adjustments and debugging
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4526054
    • 提供者:tang
  1. CannyDetection

    0下载:
  2. Canny边缘检测程序,应用opencv开源库-Canny edge detection, application opencv open source library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3511374
    • 提供者:jlk
  1. Cann

    0下载:
  2. 用C++ 和opencv 实现canny算子的图像边缘检测,效果还不错!-detecting occlusion boundary of images based on Opencv and C++
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3640691
    • 提供者:何琦
  1. CannyDection

    0下载:
  2. canny边缘检测程序,并进行了细化处理,效果非常好,与opencv和matlab效果差不多,并且代码写得很规范,值得学习。-Canny edge detection procedure, and has carried on the elaboration, the effect is very good, and the effect of opencv and matlab, and the code written specification, worth learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13463561
    • 提供者:喻金涛
  1. Edge-Detection_canny-_perfect

    1下载:
  2. Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2895324
    • 提供者:arthur
  1. 5_Canny

    0下载:
  2. 用opencv实现了Canny算子进行图像的锐化操作,能通过编写的滑条进行控制Canny算子的内核大小,从而控制锐化程度。-Opencv is used to implement the Canny operator image sharpening operation, can pass the written slider to control the size of the Canny operator kernel, so as to control the degree of shar
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1013
    • 提供者:Dylan
  1. pengyuan

    0下载:
  2. 使用opencv实现图象边缘提取,使用Canny算子进行图像边缘提取-Use opencv to achieve image edge extraction, the use of Canny operator edge extraction image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11573688
    • 提供者:陈俊帆
  1. CannyCPU

    0下载:
  2. 图像边缘特征提取Canny算法的完整C语言程序。但运行之前要配置OpenCV,配置方法很简单,网上有,-Image edge feature extraction Canny algorithm integrity of the C language program. But before running to configure OpenCV, configuration method is very simple, online, thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:15428
    • 提供者:anbao
  1. bianyuanchuli

    0下载:
  2. 基于opencv的sobel.laplacian.canny三种边缘处理的源代码-opencv sobel.laplacian.canny
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:675
    • 提供者:李小贤
  1. ADPluginEdge-master

    0下载:
  2. An EPICS areaDetector plugin to perform edge detection using the OpenCV Canny function.
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:15360
    • 提供者:穿山甲说
  1. AutoCanny-master

    0下载:
  2. Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:穿山甲说
  1. 车牌识别

    0下载:
  2. python+opencv实现车牌识别,通过canny算子边缘检测+颜色识别提取车牌区域(License plate recognition based on Python + opencv)
  3. 所属分类:模式识别(视觉/语音等)

    • 发布日期:2020-09-16
    • 文件大小:4959232
    • 提供者:tywegcec
« 1 2 ... 9 10 11 12 13 14»
搜珍网 www.dssz.com